Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (C1ScopedDataCollection<T>)
    In This Topic
    Gets the sort descriptions applied to the data.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public override IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also